home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / tsr / infpop24.zip / IP.DOC < prev    next >
Text File  |  1992-10-22  |  10KB  |  229 lines

  1. INFOPOP version 2.40                              (c) 1992, GMUtant Software
  2.  
  3. ----------------------------------------------------------------------------
  4.  
  5.      INFOPOP is not public domain. You may use, copy and distribute
  6.      the package freely. However, you may NOT modify IP.EXE or IPNR.EXE,
  7.      nor MAKEINFO.EXE.  If you distribute InfoPop, you must include
  8.    all files in the distribution archive (INFPOPxx.ZIP or INFPOPxx.EXE).
  9.            You may distribute databases created with MakeInfo
  10.  
  11.  
  12.                    2.4 is a maintenance release
  13.                    with support for Windows 3.1
  14.                    added.
  15.  
  16.  
  17. InfoPop is memory-resident utility, designed to help you use Telnet
  18. and/or your modem to reach a variety of information systems. Library
  19. systems in the US, Canada, Australia and Europe accessible via the
  20. Internet are covered, as are commercial online systems like CompuServe,
  21. the Well and a couple hundred BBS systems.  Release 2.0 adds several
  22. new features: the ability to create your own databases for use with
  23. the IP (or IPNR) search engine; completely reworked text search
  24. function (Press F2 or ^QF to activate)--it now works 100% of the time
  25. and is MUCH faster; and several other tweaks to the package.
  26.  
  27. The idea behind InfoPop is simple. Assuming you use a PC to access the
  28. Internet, loading IP.EXE first will enable you to have an online help
  29. system during your session.  When inactive, InfoPop shrinks to a 9K
  30. kernel, preserving your system RAM. When activated (by pressing Left
  31. Shift F1, Left shift F2, or Left Shift F3) Infopop brings up an
  32. information window.  You can copy and paste information from the info
  33. window to your underlying application--great for putting in those
  34. Telnet addresses. Note that IP will not work with certain connectivity
  35. options...it really is designed to safely interact with communication
  36. programs that use the serial port (e.g., with a modem).
  37.  
  38.  
  39.           -----------   Network / LAN / CUTCP users ----------
  40.  
  41.                Be sure to load ALL of your network shells and/or
  42.                connectivity drivers before loading the TSR
  43.                version of InfoPop (IP.EXE). Doing so won't
  44.                guarantee that IP will run properly but if
  45.                you load IP then a network driver or shell
  46.                it surely will eventually crash or hang your
  47.                system.
  48.  
  49.                You may find that the /e switch helps prevent
  50.                lockup. Suppose you want to run the telnet
  51.                program:
  52.  
  53.                IP /E TELNET TelnetcommandLine [return]
  54.  
  55.                This will load IP, then run TELNET. When
  56.                you exit TELNET (to return to DOS) InfoPop
  57.                will be unloaded.  You can also use this
  58.                switch to start a telcomm program:
  59.  
  60.                IP /E QMODEM [return]
  61.  
  62.                            InfoPop Keystrokes
  63.                            ------------------
  64.  
  65. Hot Key       Action
  66.  
  67. LeftShift-F1  Displays Master InfoPop Index
  68. LeftShift-F2  Displays topic that was on screen last time InfoPop
  69.               was activated
  70. LeftShift-F3  Searches InfoPop database for term at cursor when
  71.               hot key was press. If no match is found, master index
  72.               displays.
  73.  
  74. Once InfoPop is active, the following keyboard commands can be used:
  75.  
  76. Press                    Action
  77. ======                   ======
  78. F2 (or ^QF)              open text search box and enters search mode
  79. ^L (Control-L)           if in search mode, takes you to next match
  80. F3                       Load a new database. Must be compiled by
  81.                          MakeInfo. See Sampledb.TXT for details
  82.                          on how to create a supplemental database.
  83. TAB or RIGHT ARROW       move to next highlighted (linked) topic
  84. SHIFT-TAB or LEFT ARROW  move back to previous highlighted entry
  85. Control-Right Arrow      move to main topic index screen
  86. Control-Left Arrow       move to previous topic screen
  87. Control-PageUp           move to top of the topic
  88. Control-PageDown         move to the bottom of a topic
  89.  
  90.                              Using a mouse?
  91.  
  92. Programmers will recognize that putting mouse handlers in TSR
  93. applications is a tricky subject. Not so much the dealing with
  94. the mouse during the popup program, but rather storing the state of
  95. the mouse from the underlying application and restoring it when
  96. the TSR goes back to sleep. InfoPop makes every attempt to coordinate
  97. existing mouse activites that may be going on in your underlying
  98. application with the mouse handler built into InfoPop's help window(s).
  99. If you find that InfoPop is destroying your mouse cursor when you
  100. return to your underlying application, you can turn off the InfoPop
  101. mouse with the /X command.
  102.  
  103.                              Mouse commands
  104.  
  105. Left button: Pressing left button once will move the cursor to the
  106. highlighted term at your mouse pointer. Double clicking will activate
  107. that term's associated text.
  108.  
  109. Right button: closes InfoPop help system and returns to underlying
  110.               application
  111.  
  112. BOTH BUTTONS: calls up the main index (like pressing LeftShift-F3).
  113.  
  114. You may click on the scroll bars to move around in the displayed
  115. window.  Click on the arrows at the top and bottom of the scroll
  116. bar to scroll a single line in either direction.
  117.  
  118. To explore INFOPOP, type IP at your DOS prompt, then press LEFT-SHIFT F1
  119. to pop up the information window.  With cursor over '(about) InfoPop', press
  120. return then follow the text.
  121.  
  122.                               CUT & PASTE?
  123.  
  124. The TSR version of Infopop (IP.EXE) allows you to cut and paste
  125. between the InfoPop information window and your underlying application.
  126. Press ^KB to begin the block (or F7) and ^KK (or F8) to mark the end.
  127. Pressing F4 (or ^KC) after a block is highlighted closes the InfoPop
  128. window and writes the highlighted text to your application (at the cursor).
  129. Great for pasting TELNET addresses!
  130.  
  131. Here are the command line arguments accepted by InfoPop:
  132.  
  133. /B           Force use of black and white video attributes
  134. /E ProgToRun Execute a program instead of going resident. This option
  135.              must be the last one on InfoPop's command line.
  136. /D           Force swapping to disk even if EMS or XMS is available
  137. /H           Set initial height of help window. Defaults to 12 lines.
  138. /I HotKey    Specify alternate Hot Key for Help Index
  139. /L HotKey    Specify alternate Hot Key for Onscreen Lookup
  140. /P HotKey    Specify alternate Hot Key for Previous Topic
  141. /X           Turn off mouse support. May be needed if you have
  142.              an old mouse driver.
  143. /N           Force entire program (TSR) to remain in memory.
  144. /S Path      Specify disk and directory for disk swapping
  145. /U           Unload InfoPop from memory
  146. /?           Display all options available
  147.  
  148.    New INFOPOP.HLP files will be developed during the coming months.
  149.      Check GMUtant OnLine BBS for an updated file.  (703) 993-2219
  150.  
  151.                                 * new *
  152.  
  153.      You may 'ftp' the latest version of InfoPop at any time
  154.  
  155.      ftp gmuvax2.gmu.edu
  156.      Username: Anonymous
  157.      Password: your email address (e.g., wallyg@fen1.gmu.edu)
  158.      cd library
  159.      dir                          (to list available files)
  160.      binary
  161.      get TheFileName             (e.g., bget Infpop22.zip)
  162.  
  163.  
  164.                             revision history
  165.  
  166. 1.00 initial release
  167.  
  168. 1.10 mouse support added.
  169.  
  170. 1.11 ability to handle a larger number of cross-references per topic added.
  171.      minor tweaks in user interface
  172.  
  173. 1.12 changed a couple of onscreen messages to say IP instead of InfoPop.
  174.  
  175. 1.13 minor window change, name of program now appears on the opening window.
  176.      IPNR (non-TSR) version released.
  177.  
  178. 1.14 window resized an additional line. Support added for Control-PgUp and
  179.      Control-PgDn inside a given window.
  180.  
  181. 1.15 Color for highlighted linked termed changed to WHITE. Control LEFT arrow
  182.      moves back to previous link term. Control RIGHT arrow moves to next link.
  183.      HOME key brings up the MAIN index screen (like F1 or clicking both mouse
  184.      buttons)
  185.  
  186. 1.16 Search [F2] capability added. You may now search the Infopop.hlp file
  187.      for any word that appears in the file. Note that search does not work
  188.      while on the initial index screen. You must be in a screen off the
  189.      main topic index (but your search will still encompass the entire
  190.      database).
  191.  
  192. 1.17 Added ability to use XMS for swap files. This should help those
  193.      users with AT's who have XMS but no EMS.  If you have 300K of
  194.      XMS memory, you'll note a dramatic improvement in INFOPOP's
  195.      speed.
  196.  
  197. 2.00 Added ability to create (and load) supplemental databases; reworked
  198.      text search function...now faster and more accurate; optimized
  199.      storage algorithm. Now InfoPop first attempts to use EMS for
  200.      swap files, if that isn't available or is not found in
  201.      sufficient quantity, then XMS is checked and used if
  202.      adequate. If neither EMS or XMS memory is found and
  203.      useable, then InfoPop will use virtual memory (your hard
  204.      disk) for swap files.
  205.  
  206. 2.10 Added mouse support for NON-RESIDENT (IPNR.EXE) version of
  207.      InfoPop.
  208.  
  209.      INFOPOP is not public domain. You may use, copy and distribute
  210.      the package freely. You may NOT modify IP.EXE or IPNR.EXE, nor
  211.      MAKEINFO.EXE.  If you distribute InfoPop, you must include
  212.      all files in the distribution archive (INFPOPxx.ZIP or
  213.      INFPOPxx.EXE).
  214.  
  215. 2.20 Non-resident version window size increased to 20 lines.
  216. 2.30 Bug fix to IP.EXE. Ability to specify another database (other
  217.      than InfoPop.hlp) on the command line of the non-resident
  218.      (IPNR.EXE) version of InfoPop
  219.  
  220. 2.40 Added a bit of code to enable IPNR to function under Windows.
  221.  
  222. =======================================================================
  223.  Author: Clyde W. Grotophorst, Library Systems Office, Fenwick Library
  224.    George Mason University, 4400 University Drive, Fairfax, VA 22030
  225.        voice: 703-993-2239   BBS: 703-993-2219   CIS: 70404,3376
  226.                        email: wallyg@fen1.gmu.edu
  227.       ===========================================================
  228.  
  229.